img {
	border-style: solid;
	color: #33CCCC;
}
h3 {
	color: #330066
}

body {
	background-color: #0033FF
}

p {
	font-size: 20px;
	text-align: right;
}

img {
	width: 500px;
	transition: 4s;
}

img:hover {
	width: 600px;
	transition: 4s;
}

p {
	color: #FF9966
}

p {
	font-size: 15px;
	transition: 2s;
}

p:hover {
	font-size: 20px;
	transition: 2s;
}